home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPDELETEDIALOG / TOPDELETEDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  61 lines

  1. inherited OpDeleteDialog: TOpDeleteDialog
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Delete'
  4.   Caption = 'Delete'
  5.   ClientHeight = 400
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited SelectionGroupBox: TUiGroupBox
  9.     inherited LeftImage: TUiImage
  10.       ImageIndex = imgDelete
  11.     end
  12.     inherited RightImage: TUiImage
  13.       ImageIndex = imgDelete
  14.     end
  15.   end
  16.   inherited ActionGroupBox: TUiGroupBox
  17.     Height = 81
  18.     object ActionLbl: TUiLabel
  19.       Left = 16
  20.       Top = 24
  21.       Height = 13
  22.       Caption = 'Delete selected files, folders.'
  23.     end
  24.     object UseRecycleBinEdit: TUiCheckBox
  25.       Left = 16
  26.       Top = 44
  27.       Height = 17
  28.       Caption = '&Use recycle bin if possible'
  29.       TabOrder = 0
  30.       OnClick = UseRecycleBinClick
  31.     end
  32.   end
  33.   inherited FilteredWarningGroupBox: TUiGroupBox
  34.     Top = 248
  35.     Height = 106
  36.     object WarningImage: TUiImage [3]
  37.       Left = 16
  38.       Top = 64
  39.       Width = 32
  40.       Height = 32
  41.       Stretch = True
  42.       Transparent = True
  43.     end
  44.     object WarningLbl: TUiLabel [4]
  45.       Left = 56
  46.       Top = 72
  47.       Width = 313
  48.       Height = 30
  49.       AutoSize = False
  50.       Caption = 'Folders with hidden items will not be deleted.'
  51.       WordWrap = True
  52.     end
  53.   end
  54.   inherited BottomPanel: TUiPanel
  55.     Top = 355
  56.     inherited StartBtn: TUiButton
  57.       Caption = '&Delete'
  58.     end
  59.   end
  60. end
  61.